home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-03-06 | 915 b | 24 lines | [TEXT/GEOL] |
- Item 9093828 26-Jan-88 12:46
-
- From: X0501 MacApp Developers Assoc, C. Nelson
-
- To: D0989 G-Bar Partnership, Dev, M Bentley
- MACAPP$ MacApp Interest List
-
- Sub: Re: MacApp Browser No Good?
-
- Mike,
-
- The Browser/Parser is limited in scope to OBJECTs. The Parser only looks for
- decesendants of “TOBJECT” therefore plain pascal PROCs and FUNCs are ignored.
- It striclty looks at the inheritance tree. If you remove a middle portion of
- the tree it will loose track of the decendents. Also, it assumes a single name
- space for all objects therefore you cannot have two OBJECTs (Classes) with the
- same name.
-
- It is obviously ment to work on one project at a time. With a few clever MPW
- shell scripts you could make it multiproject.
-
- .... Carl
-
-